GtkStyle: Get to style GtkCellRendererText text.
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 25 Oct 2010 11:55:18 +0000 (13:55 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:27 +0000 (15:38 +0100)
gtk/gtkstyle.c

index 34f5d912bff345e7eccf563f560e2965098ee289..7c80afb8b5e046744eb9ea1edceadc4062c2600c 100644 (file)
@@ -1831,7 +1831,7 @@ transform_detail_string (const gchar     *detail,
       gtk_style_context_add_class (context, "slider");
       gtk_style_context_add_class (context, "scrollbar");
     }
-  else if (g_str_has_prefix (detail, "cell_"))
+  else if (g_str_has_prefix (detail, "cell"))
     {
       GtkRegionFlags row, col;
       gboolean ruled = FALSE;